Skip to content

docs(matrix-communication): say how to read a room log - #107

Merged
CybotTM merged 2 commits into
mainfrom
docs/retro-log-referent
Aug 13, 2026
Merged

docs(matrix-communication): say how to read a room log#107
CybotTM merged 2 commits into
mainfrom
docs/retro-log-referent

Conversation

@CybotTM

@CybotTM CybotTM commented Aug 13, 2026

Copy link
Copy Markdown
Member

Follow-up to #104, which fixed the data. This writes down the reading rule that the missing data exposed.

#104 was found because a summary got it wrong: two reactions and two redactions from one sender within three seconds were reported as "took back the reactions just set". They were two different messages. The log carried no relation at all, so there was nothing to check against — but the failure was not only the missing field. It was treating adjacency as a relation and reporting the result as observation.

SKILL.md gains a "Reading a room log" section: the log is an event stream, consecutive lines from one sender are consecutive events, and a reaction or redaction line names its target only when the daemon still holds that message. When it does not, the line says only that it happened, and that is what to pass on. AGENTS.md gets the one-line index entry.

The corresponding data-side rule shipped in v3.0.0 and is not repeated here.

The log is an event stream. Adjacent lines from one sender are adjacent
events, and a reaction or redaction line names its target only when the
daemon still holds that message; otherwise the honest report is that the log
does not record which one.

Written from the failure that produced #104: two reactions and two redactions
within three seconds were summarised as someone taking back what they had
just set. They were two different messages.

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Copilot AI lite review requested due to automatic review settings August 13, 2026 13:11
@github-actions github-actions Bot added documentation Improvements or additions to documentation skill labels Aug 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

A bare '#104' does not autolink in a repository file — only in comments and
issue bodies.

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
@sonarqubecloud

Copy link
Copy Markdown

@CybotTM
CybotTM merged commit 4d56732 into main Aug 13, 2026
22 checks passed
@CybotTM
CybotTM deleted the docs/retro-log-referent branch August 13, 2026 13:26
@CybotTM CybotTM mentioned this pull request Aug 13, 2026
CybotTM added a commit that referenced this pull request Aug 13, 2026
Minor release. Delta since v3.0.0: room-log reading rules — adjacency
and redaction-target semantics (#107).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants